summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbehdad <behdad>2002-03-11 23:47:42 +0000
committerbehdad <behdad>2002-03-11 23:47:42 +0000
commit11c4b13eade76a25df7cb86333c477c53c1d4807 (patch)
tree1b8c0bba0f6310386c0b168d2b3121583a12fcaf
parentfcf41f60bdb0b7737dd6aa046a09f23554bdd7de (diff)
Small spec cleanup.
-rw-r--r--ChangeLog3
-rw-r--r--fribidi.spec.in8
2 files changed, 9 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index acb6fe2..13a5868 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2002-03-12 Behdad Esfahbod <behdad@bamdad.org>
+ * fribidi.spec.in: Small cleanup.
+
2002-03-08 Behdad Esfahbod <behdad@bamdad.org>
* Makefile.am: Small cleanup.
* bootstrap: automake options removed, added in Makefile.am.
diff --git a/fribidi.spec.in b/fribidi.spec.in
index ed2a5ea..a0d6734 100644
--- a/fribidi.spec.in
+++ b/fribidi.spec.in
@@ -23,7 +23,7 @@ Name: %{name}
Version: %{ver}
Release: %{rel}
Serial: %{apiver}
-Copyright: LGPL
+License: LGPL
Source: http://prdownloads.sourceforge.net/%{name}/%{name}-%{ver}.tar.gz
URL: http://%{name}.sourceforge.net/
BuildRoot: %{_tmppath}/%{name}
@@ -122,7 +122,6 @@ rm -rf "$RPM_BUILD_ROOT"
%{_bindir}/%{name}
%{_bindir}/%{name}-config
%{_libdir}/*.so.*
-%{_libdir}/pkgconfig/%{name}.pc
%files -n lib%{name}%{major}-devel
%defattr(-, root, root)
@@ -130,10 +129,15 @@ rm -rf "$RPM_BUILD_ROOT"
%{_libdir}/*.la
%{_libdir}/*.so
%{_includedir}/*
+%{_libdir}/pkgconfig/%{name}.pc
%changelog
+* Tue Mar 12 2002 Behdad Esfahbod <behdad@bamdad.org>
+- Use License instead of Copyright
+- Moved pkgconfig to devel package instead of lib package.
+
* Sat Jan 26 2002 Behdad Esfahbod <behdad@bamdad.org>
- CFLAGS changed to OPT_CFLAGS.