]> git.pld-linux.org Git - packages/gregexp.git/blame - gregexp.spec
- initial import
[packages/gregexp.git] / gregexp.spec
CommitLineData
cf291e42
AG
1Summary: A graphical regular expression explorer
2#Summary(pl): -
3Name: gregexp
4Version: 0.2.1
5Release: 0.1
6License: GPL
7Group: Development/Tools
8Source0: http://dentrassi.de/download/%{name}/%{version}/%{name}-%{version}.tar.gz
9# Source0-md5: ed3a9d13c050379d9062110b614dd1c3
10URL: http://dentrassi.de/download/gregexp/
11BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13%description
14A graphical regular expression explorer that usees PCRE as regular
15expression engine.
16
17#%description -l pl
18
19%prep
20%setup -q
21
22%build
23# if ac/am/* rebuilding is necessary, do it in this order and add
24# appropriate BuildRequires
25glib-gettextize --copy --force
26%{__aclocal}
27%{__autoconf}
28%{__autoheader}
29%{__automake}
30%configure
31%{__make}
32
33%install
34rm -rf $RPM_BUILD_ROOT
35# create directories if necessary
36#install -d $RPM_BUILD_ROOT
37
38%{__make} install \
39 DESTDIR=$RPM_BUILD_ROOT
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(644,root,root,755)
46%doc AUTHORS ChangeLog NEWS README THANKS TODO
47%attr(755,root,root) %{_bindir}/*
48%{_datadir}/%{name}
49%{_desktopdir}/%{name}.desktop
50%{_pixmapsdir}/%{name}.png
This page took 0.069486 seconds and 4 git commands to generate.