]> git.pld-linux.org Git - packages/gscmxx.git/commitdiff
- from template, very crude
authormigo <migo@pld-linux.org>
Tue, 7 Jan 2003 16:41:44 +0000 (16:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- it contains perl module, it should have it's own spec
- why SCMxx::Config isn't in autogenerated Provides?
- no descriptions

Changed files:
    gscmxx.spec -> 1.1

gscmxx.spec [new file with mode: 0644]

diff --git a/gscmxx.spec b/gscmxx.spec
new file mode 100644 (file)
index 0000000..4f4176d
--- /dev/null
@@ -0,0 +1,45 @@
+%include /usr/lib/rpm/macros.perl
+Summary(pl):   Graficzna nak³adka na program scmxx korzystaj±ca z perl-GTK
+Summary:       Gtk-frontend for scmxx
+Name:          gscmxx
+Version:       0.4.1
+Release:       1
+License:       GPL
+Group:         X11/Applications
+Source0:       http://prdownloads.sourceforge.net/gscmxx/%{name}-%{version}.tar.gz
+Patch0:                %{name}-DESTDIR.patch
+URL:           http://gscmxx.sourceforge.net
+BuildRequires: perl-gtk
+BuildRequires: perl-Image-Size
+Requires:      scmxx > 0.6.0
+Provides:      perl(SCMxx::Config)
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%description -l pl
+
+%prep
+%setup -q
+%patch0 -p1
+
+%build
+perl Makefile.PL
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc Changes README doc/Features.txt TODO
+%attr(755,root,root) %{_bindir}/*
+/usr/share/pixmaps/%{name}
+%{_datadir}/%{name}
+%{perl_sitelib}/*
This page took 0.090822 seconds and 4 git commands to generate.