resetting manifest requested domain to floor
[platform/upstream/libgpg-error.git] / packaging / libgpg-error.spec
index cbe83d5..8516f4f 100644 (file)
@@ -4,9 +4,10 @@ Release:        0
 License:        GPL-2.0+ ; LGPL-2.1+
 Summary:        Library That Defines Common Error Values for All GnuPG Components
 Url:            http://www.gnupg.org/
-Group:          Development/Libraries/C and C++
+Group:          Security/Crypto Libraries
 Source:         %{name}-%{version}.tar.bz2
 Source1:        baselibs.conf
+Source1001:    libgpg-error.manifest
 BuildRequires:  gettext-tools
 BuildRequires:  libtool
 
@@ -18,7 +19,7 @@ pinentry, SmartCard Daemon, and possibly more in the future.
 %package devel
 License:        GPL-2.0+ ; LGPL-2.1+ ; MIT
 Summary:        Development package for libgpg-error
-Group:          Development/Libraries/C and C++
+Group:          Development/Libraries
 Requires:       glibc-devel
 Requires:       libgpg-error = %{version}
 
@@ -27,6 +28,7 @@ Files needed for software development using libgpg-error.
 
 %prep
 %setup -q -n libgpg-error-%{version}
+cp %{SOURCE1001} .
 
 %build
 autoreconf -fiv
@@ -46,11 +48,13 @@ rm -r %{buildroot}%{_datadir}/common-lisp
 
 
 %files 
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %license COPYING.LIB COPYING 
 %{_libdir}/libgpg-error*.so.*
 
 %files devel
+%manifest %{name}.manifest
 %defattr(-,root,root)
 %{_datadir}/aclocal/gpg-error.m4
 %{_includedir}/*