Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/tuxpaint.spec
diff options
context:
space:
mode:
authordolphin6k <dolphin6k>2008-03-20 17:00:45 (GMT)
committer dolphin6k <dolphin6k>2008-03-20 17:00:45 (GMT)
commit53a1e3ac279df23ba1d8d8e291d692f6ae182bc5 (patch)
tree1ee1f472d1eeabcaab0fb8f2b6606dbb82fc8deb /tuxpaint.spec
parent29c153e3730f43c5e5e9f7caff051cb0b399532b (diff)
Set version number 0.9.20
Set Epoch number Requirements added for -devel package
Diffstat (limited to 'tuxpaint.spec')
-rw-r--r--tuxpaint.spec12
1 files changed, 10 insertions, 2 deletions
diff --git a/tuxpaint.spec b/tuxpaint.spec
index 6a8088d..96a5492 100644
--- a/tuxpaint.spec
+++ b/tuxpaint.spec
@@ -1,6 +1,6 @@
Summary: A drawing program for young children
Name: tuxpaint
-Version: 0.9.19
+Version: 0.9.20
Release: 1
License: GPL
Group: Multimedia/Graphics
@@ -27,6 +27,9 @@ such as sound effects.
%package devel
Summary: development files for tuxpaint plugins.
Group: Development/Libraries
+Requires: tuxpaint = %{version}
+Requires: SDL-devel >= 1.2.4 SDL_image-devel SDL_mixer-devel SDL_ttf-devel SDL_Pango-devel
+Requires: libpng-devel zlib-devel gettext, librsvg2-devel libpaper-devel
%description devel
development files for tuxpaint plugins.
@@ -75,7 +78,7 @@ rm -rf $RPM_BUILD_ROOT
%defattr(0644, root, root)
%{_datadir}/locale/*/LC_MESSAGES/tuxpaint.mo
%{_datadir}/man/man1/*
-%{_datadir}/man/*/man1/tuxpaint.1.gz
+%{_datadir}/man/*/man1/tuxpaint.1.*
%files devel
%doc magic/docs/*
@@ -83,6 +86,11 @@ rm -rf $RPM_BUILD_ROOT
%{_prefix}/bin/tp-magic-config
%changelog
+* Fri Mar 21 2008 <shin1@wmail.plala.or.jp> -
+- Set version number 0.9.20
+- Set Epoch number
+- Requirements added for -devel package.
+
* Sun Mar 02 2008 <shin1@wmail.plala.or.jp> -
- 0.9.19
- Requires SDL_Pango