Skip to content

Commit

Permalink
[packaging] Remove yaml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Juho Hämäläinen committed Nov 28, 2014
1 parent 82d8a04 commit 07f4fcc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 70 deletions.
28 changes: 0 additions & 28 deletions rpm/libngf.spec
@@ -1,13 +1,5 @@
#
# Do NOT Edit the Auto-generated Part!
# Generated by: spectacle version 0.27
#

Name: libngf

# >> macros
# << macros

Summary: Non-graphic feedback C-based client library
Version: 0.23
Release: 1
Expand Down Expand Up @@ -57,64 +49,44 @@ Requires: %{name} = %{version}-%{release}
%prep
%setup -q -n %{name}-%{version}

# >> setup
# << setup

%build
# >> build pre
%autogen
doxygen doc/doxygen.cfg
# << build pre


make %{?jobs:-j%jobs}

# >> build post
# << build post

%install
rm -rf %{buildroot}
# >> install pre
# << install pre
%make_install

# >> install post
install -d %{buildroot}/usr/share/doc/libngf-doc/html/
install -m 644 doc/html/* %{buildroot}/usr/share/doc/libngf-doc/html/
# << install post

%post -p /sbin/ldconfig

%postun -p /sbin/ldconfig

%files
%defattr(-,root,root,-)
# >> files
%doc COPYING
%{_libdir}/libngf0-0.1.so.*
# << files

%files doc
%defattr(-,root,root,-)
%doc COPYING
%{_docdir}/%{name}-doc/html/*
# >> files doc
# << files doc

%files client
%defattr(-,root,root,-)
# >> files client
%doc COPYING
%{_bindir}/ngf-client
# << files client

%files devel
%defattr(-,root,root,-)
# >> files devel
%doc COPYING
%{_libdir}/libngf0.so
%{_includedir}/%{name}-1.0/%{name}/ngf.h
%{_includedir}/%{name}-1.0/%{name}/proplist.h
%{_includedir}/%{name}-1.0/%{name}/client.h
%{_libdir}/pkgconfig/libngf0.pc
# << files devel
42 changes: 0 additions & 42 deletions rpm/libngf.yaml

This file was deleted.

0 comments on commit 07f4fcc

Please sign in to comment.