]> git.pld-linux.org Git - packages/gregexp.git/commitdiff
- initial import
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 13 Mar 2004 17:56:36 +0000 (17:56 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gregexp.spec -> 1.1

gregexp.spec [new file with mode: 0644]

diff --git a/gregexp.spec b/gregexp.spec
new file mode 100644 (file)
index 0000000..357b89b
--- /dev/null
@@ -0,0 +1,50 @@
+Summary:       A graphical regular expression explorer
+#Summary(pl):  -
+Name:          gregexp
+Version:       0.2.1
+Release:       0.1
+License:       GPL     
+Group:         Development/Tools
+Source0:       http://dentrassi.de/download/%{name}/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: ed3a9d13c050379d9062110b614dd1c3
+URL:           http://dentrassi.de/download/gregexp/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+A graphical regular expression explorer that usees PCRE as regular
+expression engine. 
+
+#%description -l pl
+
+%prep
+%setup -q
+
+%build
+# if ac/am/* rebuilding is necessary, do it in this order and add
+# appropriate BuildRequires
+glib-gettextize --copy --force
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+# create directories if necessary
+#install -d $RPM_BUILD_ROOT
+
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog NEWS README THANKS TODO
+%attr(755,root,root) %{_bindir}/*
+%{_datadir}/%{name}
+%{_desktopdir}/%{name}.desktop
+%{_pixmapsdir}/%{name}.png
This page took 0.050726 seconds and 4 git commands to generate.