Fixed library name in baselibs.conf
authorAnas Nashif <anas.nashif@intel.com>
Wed, 20 Feb 2013 14:06:03 +0000 (06:06 -0800)
committerChanho Park <chanho61.park@samsung.com>
Fri, 29 Aug 2014 11:20:40 +0000 (20:20 +0900)
packaging/baselibs.conf
packaging/libaio.changes [new file with mode: 0644]
packaging/libaio.spec

index 2a16206..6c6e9b6 100644 (file)
@@ -1,5 +1,4 @@
-libaio1
+libaio
 libaio-devel
-        requires -libaio-<targettype>
-        requires "libaio1-<targettype> = <version>"
+        requires "libaio-<targettype> = <version>"
 
diff --git a/packaging/libaio.changes b/packaging/libaio.changes
new file mode 100644 (file)
index 0000000..05cdf1d
--- /dev/null
@@ -0,0 +1,3 @@
+* Wed Feb 20 2013 Anas Nashif <anas.nashif@intel.com> upstream/0.3.109@c5098b3
+- Fixed library name in baselibs.conf
+
index 7f1b29f..8582a08 100644 (file)
@@ -3,7 +3,7 @@ Version:        0.3.109
 Release:        0
 Summary:        Linux-Native Asynchronous I/O Access Library
 License:        LGPL-2.1+
-Group:          Development/Libraries/C and C++
+Group:          Development/Libraries
 Url:            http://kernel.org/pub/linux/libs/aio/
 Source:         libaio-%{version}.tar.bz2
 Source2:        baselibs.conf
@@ -53,7 +53,7 @@ ln -fs "${t#%buildroot}" "%buildroot/%_libdir/libaio.so"
 
 %files 
 %defattr(644,root,root,755)
-%doc COPYING
+%license COPYING
 %attr(0755,root,root) /%{_lib}/libaio.*
 
 %files devel