mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 17:12:51 +02:00
Initial revision
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@3 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
2d97cd3cc4
commit
770ae4596d
29 changed files with 4987 additions and 0 deletions
87
irssi.spec.in
Normal file
87
irssi.spec.in
Normal file
|
|
@ -0,0 +1,87 @@
|
|||
Name: irssi
|
||||
Version:
|
||||
Release: 1
|
||||
Packager: Red Hat Contrib|Net <rhcn-bugs@redhat.com>
|
||||
Vendor: Timo Sirainen <cras@irccrew.org>
|
||||
Distribution: Red Hat Contrib|Net
|
||||
Summary: Irssi is a GTK based IRC client
|
||||
Copyright: GPL
|
||||
Group: X11/Applications/Networking
|
||||
URL: http://xlife.dhs.org/irssi/
|
||||
Source: http://xlife.dhs.org/irssi/files/%{name}-%{version}.tar.bz2
|
||||
Requires: gtk+
|
||||
Prefix: /usr
|
||||
BuildRoot: /tmp/%{name}-%{version}
|
||||
|
||||
%changelog
|
||||
* Sun Aug 29 1999 JT Traub <jtraub@dragoncat.net>
|
||||
- Updated to 0.7.15 sources
|
||||
- Fixed config stuff that changed since last version.
|
||||
|
||||
* Thu Mar 25 1999 JT Traub <jtraub@dragoncat.net>
|
||||
- Updated sources
|
||||
|
||||
* Sat Mar 13 1999 JT Traub <jtraub@dragoncat.net>
|
||||
- Updated to 0.7.4 sources
|
||||
- Added the irssi-text bin to the package.
|
||||
|
||||
* Mon Feb 22 1999 JT Traub <jtraub@dragoncat.net>
|
||||
- Made spec file compliant with RHCN guidelines.
|
||||
|
||||
* Sun Feb 13 1999 JT Traub <jtraub@dragoncat.net>
|
||||
- Updated to 0.6.0 sources.
|
||||
- Cleaned up spec file to make it relocatable on install
|
||||
|
||||
* Sun Feb 7 1999 JT Traub <jtraub@dragoncat.net>
|
||||
- Updated sources to 0.5.0
|
||||
- removed obsolete patch lines
|
||||
|
||||
* Sat Feb 3 1999 JT Traub <jtraub@dragoncat.net>
|
||||
- Updated sources to 0.4.0
|
||||
- Deleted old patch line
|
||||
|
||||
* Sat Jan 30 1999 JT Traub <jtraub@dragoncat.net>
|
||||
- Updated sources to 0.3.6
|
||||
- Updated spec to install the .desktop file.
|
||||
- Removed the now obsolete patch lines
|
||||
|
||||
* Wed Jan 27 1999 JT Traub <jtraub@dragoncat.net>
|
||||
- Upgraded to 0.3.5
|
||||
|
||||
* Sun Jan 24 1999 JT Traub <jtraub@dragoncat.net>
|
||||
- First attempt at building this
|
||||
|
||||
%description
|
||||
Irssi is a GTK based GUI IRC client by Timo Sirainen <cras@irccrew.org>.
|
||||
More information can be found at http://xlife.dhs.org/irssi/.
|
||||
|
||||
|
||||
%prep
|
||||
%setup
|
||||
|
||||
%build
|
||||
./configure --prefix=%{prefix}
|
||||
make
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
make prefix=$RPM_BUILD_ROOT%{prefix} install
|
||||
strip $RPM_BUILD_ROOT%{prefix}/bin/irssi
|
||||
strip $RPM_BUILD_ROOT%{prefix}/bin/irssi-text
|
||||
strip $RPM_BUILD_ROOT%{prefix}/bin/irssi-bot
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr (-,root,root)
|
||||
%doc AUTHORS COPYING INSTALL ChangeLog README TODO NEWS
|
||||
%attr(755,root,root) %{prefix}/bin/irssi
|
||||
%attr(755,root,root) %{prefix}/bin/irssi-text
|
||||
%attr(755,root,root) %{prefix}/bin/irssi-bot
|
||||
%attr(644,root,root) %config %{prefix}/etc/irssi/*
|
||||
%attr(644,root,root) %{prefix}/etc/CORBA/servers/irssi.gnorba
|
||||
%attr(644,root,root) %{prefix}/share/applets/Network/irssi.desktop
|
||||
%attr(644,root,root) %{prefix}/share/gnome/help/irssi/C/*
|
||||
%attr(644,root,root) %{prefix}/lib/irssi/plugins/*
|
||||
Loading…
Add table
Add a link
Reference in a new issue