summaryrefslogtreecommitdiff
path: root/imlib2.spec.in
diff options
context:
space:
mode:
authorTerm <term@NOSPAM-THANKSusers.sourceforge.net>2000-08-31 05:01:28 +0000
committerTerm <term@NOSPAM-THANKSusers.sourceforge.net>2000-08-31 05:01:28 +0000
commitd0bc2c9c2bd504e1c26ee48d87c1114a68a532c1 (patch)
treedfc2ff72e5d6e091ddc192f255e09e10a3379f6b /imlib2.spec.in
parentc46b591e82726562665b0270e780eb12e6411870 (diff)
downloadimlib2-d0bc2c9c2bd504e1c26ee48d87c1114a68a532c1.tar.gz
First commit. Woohoo!
Fixed the spec file to include imlib2-config. SVN revision: 3281
Diffstat (limited to 'imlib2.spec.in')
-rw-r--r--imlib2.spec.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/imlib2.spec.in b/imlib2.spec.in
index bdb638f..6329d16 100644
--- a/imlib2.spec.in
+++ b/imlib2.spec.in
@@ -1,6 +1,6 @@
# Note that this is NOT a relocatable package
%define ver @VERSION@
-%define rel 1
+%define rel 2
%define prefix @prefix@
Summary: Powerful image loading and rendering library for X11R6
@@ -120,7 +120,7 @@ rm -rf $RPM_BUILD_ROOT
%doc README COPYING ChangeLog TODO
%attr(755,root,root) %{prefix}/lib/lib*.so.*
%attr(755,root,root) %{prefix}/lib/loaders
-%{prefix}/bin/imlib2_view
+%{prefix}/bin/*
%files devel
%defattr(-,root,root)
@@ -132,6 +132,9 @@ rm -rf $RPM_BUILD_ROOT
#%defattr(-,root,root)
%changelog
+* Wed Aug 30 2000 Lyle Kempler <kempler@utdallas.edu>
+- Include imlib2-config
+
* Sat May 20 2000 Lyle Kempler <kempler@utdallas.edu>
- Fixed problems with requiring imlib2_view
- Went back to imlib2_view (not imlib2-view)